dsh-plugin-quota-monitor:在 DSH 侧边栏查看额度与余额

dsh-plugin-quota-monitor 是 DSH(DeepSeek Harness)的一个 MIT 许可插件,旨在解决额度信息分散问题,将 DeepSeek 余额、OpenCode Go 额度及国家超算中心 scnet Credits 统一展示在侧边栏底部。 核心功能包括:实时读取 DeepSeek 官方接口显示剩余金额;将 OpenCode Go 的月、周、5 小时额度映射为 HP/MP/SP 状态条;基于 DSH 本地会话日志估算 scnet 本月 Credits 消耗(因 scnet 无公开 API)。插件支持 60 秒自动轮询,数据源可设为自动识别或手动指定。 设置页提供数

Read More
dsh-opencodego-quota:在 DSH Web GUI 左侧栏常驻展示 OpenCode Go 额度

dsh-opencodego-quota 是 DSH Web GUI 的 MIT 许可插件(v1.0.5,需 Node 18+),用于在左侧栏常驻展示 OpenCode Go 额度信息,减少手动查询成本。它从 OpenCode 官方用量接口获取数据,实时显示日(近5小时)、周、月三个窗口的额度进度条(绿转红渐变)、已用金额、配额及重置时间,并支持按北京时间显示计费时段与 24 小时色带。插件每 30 秒本地刷新,允许用户设置 5–3600 秒的自动刷新间隔(持久化于 localStorage),也可手动触发刷新。API Key 按顺序自动从 DSH 凭据、环境变量或 OpenCode CLI

Read More
dsh-credits:DeepSeek Harness 额度插件

dsh-credits 是 DeepSeek Harness 的一个 Web 插件,由 Gaq152 维护(MIT 许可),旨在解决账户额度、单会话消耗及累计消耗的展示问题。该插件在 dsh web 输入框下方及右下角显示实时额度状态、模型计价估算、实时 TPS 及跨会话累计消耗。核心功能包括支持内置套餐、余额或自定义 HTTP 接口等多种额度来源,可按供应商独立配置,并兼容多账号(如 OpenCode Go)及峰谷计价。插件提供设置卡片以管理展示、阈值、单价及 YAML 导出,支持敏感凭证脱敏存储。安装需通过 dsh plugin 命令添加并重启服务,升级时需清理缓存。配置可即时生效或持久化

Read More
dsh-billing:DeepSeek Harness 的会话计费与额度插件

dsh-billing 是面向 DeepSeek Harness 的独立社区会话计费插件,用于在本地开发调试中提供费用参考和额度视图。它主要实现三大功能:按 provider/model 统计 token 费用、生成 billing session projection、以及在 Web 界面展示本轮/会话费用、额度进度及模型明细。该插件支持配置货币(如 CNY/USD)和每会话额度,当额度达到 50%、80%、100% 时会通过颜色变化提示。安装可通过 bundle 或手动 npm 包完成,价格配置优先使用用户设定,其次回退到内置目录。需要注意的是,dsh-billing 提供的费用仅为本地参

Read More
DSH-DeepSeek-Quota: Display DeepSeek Quota and Usage in DSH Web Interface

`dsh-deepseek-quota` is an MIT-licensed plugin for the DeepSeek Harness (DSH) web interface, designed to address the inconvenience of quota viewing. It utilizes the `shell.overlay` slot to display a floating card in the bottom-right corner of the page, showing in real time the total balance, availability status, current conversation cost, today's consumption, and gifted/recharged balance. The plugin supports both automatic and manual refresh: the balance updates every 60 seconds, while the current conversation cost updates every 5 seconds. It calculates costs based on DeepSeek's official price list and the peak-valley pricing rules effective from August 17, 2026, and alerts users to peak hours (Beijing time 09:00–12:00 and 14:00–18:00). For today's consumption, if the `DEEPSEEK_PLATFORM` is configured.

Read More
DeepSeek Harness Quota Monitoring Plugin: Multi-Vendor Balance and Window Usage Monitoring

deepseek-harness-quota-monitor is a multi-vendor quota monitoring plugin for DSH, designed to centrally manage the balances and window usage of different LLM providers. This plugin supports two models: a balance-based model that queries balances via API, and a quota-based model that counts only requests passing through DSH based on a local sliding window (e.g., 5h/7d/1m). Its core features include a sidebar with real-time cards displaying today's usage, input/output/cache breakdowns, cache hit rate, and 429 rate-limiting events. The plugin supports automatic discovery of official preset providers (such as DeepSeek, New-API) and allows manual addition of self-hosted gateways. Configuration is flexible, allowing adjustment of polling intervals, low-balance thresholds, and parsers via the settings page or configuration file, with API keys referenced through environment variables to ensure security. The installation command is `d

Read More
dsh-opencodego-usage: OpenCodeGo Plugin for Monitoring Remaining Quotas in DSH Web GUI

dsh-opencodego-usage is a plugin developed for the DeepSeek Harness (DSH) Web GUI, designed to monitor the remaining quota of OpenCodeGo in real-time. It displays a breathing light (green, yellow, red) at the bottom right corner of the chat input box, changing color based on the remaining quota ratio. Clicking the light expands a liquid glass panel that details usage, remaining proportions, and reset times across three windows: rolling (approximately 5 hours), weekly (about 7 days), and monthly (around 30 days). The plugin supports automatic parsing of API keys from DSH credentials and allows users to manually override the current session key within the panel. Data is automatically refreshed every 2 minutes. It ensures accuracy by calling the official OpenCodeGo quota API via HTTPS. Installation requires Node.js >= 22.19.

Read More
dsh-usage-dashboard: DeepSeek Usage and Quota Dashboard for DSH

dsh-usage-dashboard is a DSH Web plugin (MIT licensed) developed by Cassius0924, designed to address the lack of an intuitive cost view when invoking DeepSeek models. It adds a "Credits" tab and a draggable floating window to the DSH Web GUI, displaying account balance, today's/monthly/cumulative consumption along with month-over-month comparisons, cost rankings by model and session, prefix cache savings, a 7-day balance forecast (with red alerts if projected to drop below 3 days), billing estimates under the 2026-08-17 peak/valley pricing, and a 30-day hourly usage distribution with a 12-week heatmap. The plugin supports both Chinese and English languages, follows the host theme, and includes a balance alert line feature. Note that the costs displayed by the plugin are estimates and do not include any discounts from DeepSeek; for final amounts, please refer to the official

Read More